home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / macgzip_022-src / macos / Posix / Posix Includes / sys⁄times.h < prev    next >
Encoding:
Text File  |  1994-07-26  |  130 b   |  11 lines  |  [TEXT/KAHL]

  1. /* $Id: $ */
  2.  
  3. #pragma once
  4.  
  5. struct tms {
  6.   clock_t tms_utime;
  7.   clock_t tms_stime;
  8.   clock_t tms_cutime;
  9.   clock_t tms_cstime;
  10. };
  11.